Skip to main content
Version: 3.x.x

CacheInitialData


import { CacheInitialData } from "@hyper-fetch/core"

Description

Defined in cache/cache.types.ts:74

Preview

type CacheInitialData = Record<string, CacheValueType>;

Structure

Record<string, CacheValueType>